home *** CD-ROM | disk | FTP | other *** search
- inherited frmRASDialUp: TfrmRASDialUp
- Left = 469
- Top = 241
- HelpContext = 21
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited lblCommandName: TLabel
- Caption = ''
- end
- inherited memActionDesc: TMemo
- Lines.Strings = (
-
- 'Establishes a dial-up connection from either a system phone book' +
- ' entry or a '
-
- 'phone number. Note that this does not take on the redial proper' +
- 'ties that are '
- 'specified in the phone book entry.')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object lblPhoneBook: TLabel
- Left = 10
- Top = 16
- Width = 229
- Height = 13
- AutoSize = False
- Caption = 'Phone &book entries:'
- FocusControl = cbxConnection
- end
- object cbxConnection: TComboBox
- Left = 10
- Top = 32
- Width = 198
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- end
- object grpManual: TGroupBox
- Left = 10
- Top = 65
- Width = 220
- Height = 149
- TabOrder = 1
- object lblPhoneNumber: TLabel
- Left = 12
- Top = 20
- Width = 189
- Height = 13
- AutoSize = False
- Caption = 'Phone &number:'
- FocusControl = edtPhoneNumber
- end
- object lblUserName: TLabel
- Left = 12
- Top = 60
- Width = 185
- Height = 13
- AutoSize = False
- Caption = '&User name:'
- FocusControl = edtUserName
- end
- object lblPassword: TLabel
- Left = 12
- Top = 100
- Width = 189
- Height = 13
- AutoSize = False
- Caption = '&Password:'
- FocusControl = edtPassword
- end
- object edtPhoneNumber: TEdit
- Left = 12
- Top = 36
- Width = 157
- Height = 21
- TabOrder = 1
- end
- object edtUserName: TEdit
- Left = 12
- Top = 76
- Width = 157
- Height = 21
- TabOrder = 2
- end
- object edtPassword: TEdit
- Left = 12
- Top = 116
- Width = 157
- Height = 21
- PasswordChar = '*'
- TabOrder = 3
- end
- object chkManual: TCheckBox
- Left = 12
- Top = 0
- Width = 157
- Height = 17
- Caption = 'Use &manual settings'
- TabOrder = 0
- OnClick = chkManualClick
- end
- end
- object GroupBox1: TGroupBox
- Left = 239
- Top = 65
- Width = 220
- Height = 149
- TabOrder = 5
- object lblRedialAttempts: TLabel
- Left = 12
- Top = 20
- Width = 177
- Height = 13
- AutoSize = False
- Caption = 'Redial &attempts:'
- FocusControl = edtRedialAttempts
- end
- object lblTime: TLabel
- Left = 12
- Top = 60
- Width = 189
- Height = 13
- AutoSize = False
- Caption = '&Time between attempts:'
- FocusControl = edtTime
- end
- object chkRedial: TCheckBox
- Left = 12
- Top = 0
- Width = 157
- Height = 17
- Caption = '&Redial settings'
- TabOrder = 0
- OnClick = chkRedialClick
- end
- object edtRedialAttempts: TEdit
- Left = 12
- Top = 36
- Width = 77
- Height = 21
- TabOrder = 1
- Text = '3'
- end
- object edtTime: TEdit
- Left = 12
- Top = 76
- Width = 77
- Height = 21
- TabOrder = 2
- Text = '30'
- end
- object cbxTime: TComboBox
- Left = 97
- Top = 76
- Width = 97
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- Items.Strings = (
- 'seconds'
- 'minutes')
- end
- end
- object rdConnect: TRadioButton
- Left = 236
- Top = 4
- Width = 325
- Height = 17
- Caption = 'E&stablish a connection'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- TabStop = True
- OnEnter = rdConnectEnter
- end
- object rdDisconnect: TRadioButton
- Left = 236
- Top = 44
- Width = 317
- Height = 17
- Caption = 'Disconnect all &connections'
- TabOrder = 4
- OnEnter = rdDisconnectEnter
- end
- object rdDisconOne: TRadioButton
- Left = 236
- Top = 24
- Width = 249
- Height = 17
- Caption = '&Disconnect a specific connection'
- TabOrder = 3
- OnEnter = rdDisconOneEnter
- end
- end
- end
- end
- inherited taclKeyboardTrap: TActionList
- Left = 204
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- Left = 24
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- Left = 156
- Top = 111
- end
- inherited IvTranslator1: TIvTranslator
- Left = 232
- end
- end
-